From 986b93d50c8a0cd0dc6c0e30e73508087c60dd02 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Tue, 29 Sep 2020 12:42:12 -0600 Subject: [PATCH] Add Readme --- readme.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..49dd214 --- /dev/null +++ b/readme.md @@ -0,0 +1,31 @@ +# Society of Socks - NextJS Rewrite + +In 2015 years ago I made a [website](https://societyofsocks.us/) for a friend. +I tried my best and put in a lot of work, and the site works but it hasn't aged +well - new features were always a hack on top of other hacks, and Javascript has +improved a lot since then with new language features like Promises and async +functions. + +This repository is my ongoing project to replace that site with a more modern +rewrite (when I find time). + +Remaining features to implement: + + - [ ] User profile settings (change email / password) + - [ ] Forgotten password reset + - [ ] Error page in case of invalid coupons + - [ ] Page analytics + - [ ] International shipping customs declarations + - [ ] Allow users to re-use previous addresses + - [ ] Finish admin UI around categories + - [ ] Checkout with Paypal + +Completed features: + + - [x] Consistent form UI library + - [x] User Registration + - [x] User can browse and add items to cart + - [x] Checkout with card + - [x] Admin interface for items and photos + - [x] Admin interface for reviewing orders + - [x] Admin interface for printing shipping labels