- Assignment SpaceX Demo
- Video Demo :- Click here
- Code Walkthrough :- Click here
- Clean and Responsive UI
- Parallex Effect
- Filter by Status and Type of Capsule
- Pagination with 3 items per page
- Login and Register with PHP
- Unit Testing with Vitest
- Vite ( for build and dev server )
- ReactJs
- Tailwind CSS
- Vitest ( for unit testing )
- PHP ( for Authentication )
- MySql ( for Database )
-
clone the repo
-
create folder name auth in httdocs ( for xampp ) or www ( for wamp )
-
copy the files of php folder in auth folder
-
run the apache server from xampp or wamp
-
cd spacex
-
run
npm install
-
run
npm run dev
-
website will be live
- run
npm run test