Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabberrahman/react-learning--journey
learning while building meaningfull projects
https://github.com/sabberrahman/react-learning--journey
Last synced: 11 days ago
JSON representation
learning while building meaningfull projects
- Host: GitHub
- URL: https://github.com/sabberrahman/react-learning--journey
- Owner: sabberrahman
- Created: 2024-01-11T16:52:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T11:39:51.000Z (12 months ago)
- Last Synced: 2024-01-20T05:29:29.524Z (12 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
my React Project
Welcome to my React adventure! 🚀
Getting Started
Clone the repository:
git clone https://github.com/your-username/your-react-project.git
Navigate to the project directory:
cd your-react-project
Install dependencies:
npm install
Run the application:
npm start
Open http://localhost:3000 in your browser.
Project Structure
/public
/src
/components
App.js
index.js
.gitignore
package.json
README.md
Tech Stack
Here's the awesome tech stack powering this respo :
-
React: A declarative, efficient, and flexible JavaScript library for building user interfaces. -
Vite: A fast development server and build tool for modern web development. -
Tailwind CSS: A utility-first CSS framework for building modern and responsive designs. -
React Router: Declarative routing for React.js. -
Git: Version control system for tracking changes in your code.