This mini project is just an attempt to implement some of the basics of React that I learnt during the course dedicated to MERN stack by GeeksforGeeks. The course started on 5th of August and this is first mini project using React besides other projects made using Vanilla JS, HTML & CSS. This mini project is live and is hosted at this link 🔗 using vercel. The screenshot is also attached below. Kindly check that too.
- Vite - Local Development Server, Frontend Tooling, Bundler.
- Vercel - Deployment Server, Done Automatically After,
git push
.
- React - The library for web and native user interfaces
- npm - Napolean Paced Mischeviously (Build amazing things)
- Tailwind CSS - Open Source CSS Framework - Rapidly build modern websites
Want to work on this code then download any browser and VS Code then follow the steps below.
git clone https://github.com/vishalmajumdar/random-facts.git
cd random-facts
code .
npm install
npm run dev
Below are some extensions that are used in this assignment to increase the productivity.
Extension | By |
---|---|
Prettier | Prettier |
Material Icons | Philipp Kief |
Tailwind CSS IntelliSense | Tailwind Labs |
ES7+ React/Redux/React-Native snippets | dsznajder |
MIT - Free Software, Hell Yeah!
Note : Below, default markdown is provided be Vite. This is just kept here for reference.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh