This repository hosts a collection of React-based projects, showcasing various web development techniques, styling libraries, and deployment links. Each project is built with React and often integrates additional technologies like Tailwind CSS and Firebase.
You can find fully functional projects along with live demos for each in their respective directories. New projects will continue to be added over time.
-
- A simple dice game built with React & Tailwindcss.
- Features: Random dice roll mechanics, interactive UI, and score tracking.
-
- A Todoapp built with React & tailwindcss.
- Features: Add Task, Delete task.
-
- A weatherapp built with React & tailwindcss.
- Features: Get realtime weather info.
-
- A Shopping Store built with React & tailwindcss.
- Features: category, Products, Search Funtionality.
-
- A Shoe Landing Page built with React & tailwindcss.
- Features: reponsiveness. ...more projects coming soon.
- React.js
- Tailwind CSS
- Firebase
- Vercel for deployment.
- Clone the repository.
- Navigate into a project folder.
- Run
npm installto install the required dependencies. - Use
npm startto run the project locally.