PopX is a React-based user account management application developed as an EduCase assignment. It allows users to create accounts, log in, manage profiles, and view success pages. Built with modern web technologies for a seamless user experience.
- Welcome page with navigation to account creation or login
- User registration (Create Account)
- User login
- Profile management
- Success confirmation pages
- Responsive design with Tailwind CSS
- Client-side routing with React Router
- Frontend: React 19
- Build Tool: Vite
- Styling: Tailwind CSS
- Routing: React Router DOM
- Linting: ESLint
-
Clone the repository:
git clone https://github.com/msd131102/POPx-Assignment.git cd PopX -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev- Start the development servernpm run build- Build the project for productionnpm run lint- Run ESLint for code lintingnpm run preview- Preview the production build
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request
This project is private and not licensed for public use.
codebyshiva 🚀