E-commerce website made for a local vacuum and sewing machine repair business.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Next.js
- React.js
- Tailwindcss
- Commerce.js
- Redux Toolkit
- Next SEO
- React Fast Marquee
- React Hook Form
- React Hot Toast
- React Icons
- Variant Classnames
- SendGrid
To get a local copy up and running follow these simple steps.
- Node.js
- npm
npm install npm@latest -g
- Get a free Commerce.js API Key at https://commercejs.com/
- Get a free SendGrid API Key at https://sendgrid.com/
- Clone the repo
git clone https://github.com/raymondkneipp/alssweeper.git
- Install NPM packages
npm install
- Enter your API keys in
.env.local
NEXT_PUBLIC_CHEC_PUBLIC_API_KEY="your Commerce.js API key" SENDGRID_API_KEY="your SendGrid API key" EMAIL="email to send form submissions to"
- Start local server
npm run dev
Feel free to change the information presented on this webpage and create your own website.
- Add SendGrid
- Contact form functionality
- Honey pot filter
- Custom checkout
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Raymond Kneipp - @rfkquery - [email protected]
Project Link: https://github.com/raymondkneipp/alssweeper