Skip to content

Personal project built with React, Node.js, and SASS. Implements best practices in React hooks, authentication, and validation. Enhances problem-solving skills and knowledge.

License

Notifications You must be signed in to change notification settings

michael-padin/dressing-ecommerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaela - MERN E-commerce Web Application

React, Node js, and SASS were used to build this as a personal project. The application has several best practices in react hooks, as well as authentication and validation. I'm able to fix any flaws or issues that arise while building this project. I gained a lot of knowledge from this assignment and it boosted my ability to solve problems.

Links

Screenshots

hero-section singe-product

Available Commands

In the project directory, you can run:

npm start" : "react-scripts start",

The app is built using create-react-app so this command Runs the app in Development mode. Open http://localhost:3000 to view it in the browser. You also need to run the server file as well to completely run the app. The page will reload if you make edits. You will also see any lint errors in the console.

"npm run build": "react-scripts build",

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app will be ready to deploy!

"npm run test": "react-scripts test",

Launches the test runner in the interactive watch mode.

"npm run dev": "concurrently "nodemon server" "npm run start",

For running the server and app together I am using concurrently this helps a lot in the MERN application as it runs both the server (client and server) concurrently. So you can work on them both together.

"serve": "node server"

For running the server file on you can use this command.

npm run serve

Built With

  • JavaScript
  • Node Js
  • React Js
  • Redux Toolkit
  • Mongo DB
  • SASS

Author

Michael Padin

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About

Personal project built with React, Node.js, and SASS. Implements best practices in React hooks, authentication, and validation. Enhances problem-solving skills and knowledge.

Resources

License

Stars

Watchers

Forks

Languages