This is a simple web based authentication system built with React.js, Tailwind CSS, and Node.js/Express and MongoDB as part of an assessment project.
- User Registration & Login
- Form Handling with Validation
- Smooth Routing using react-router-dom
- Clean and responsive UI built with Tailwind CSS
- React
- Tailwind CSS
- React Router DOM
- Axios
- Node.js
- Express.js
- MongoDB Compass
- Json Web Token
- Clone the repository:
git clone https://github.com/nurrahman2001/Assessment_Project.git
- I’ve added a
.envfile in the root of the server folder. You need to update the following values as per your setup:
- MongoDB Connection URL.
- JWT_SECRET.
- PORT.
- Install all the necessary packages:
npm install
- Run the project:
client -> npm run dev server -> node server.js