This project is a web application built using React.
- Clone the repository:
git clone https://github.com/ReDI-Cyberspace/Fall-FullStack-bootcamp.git
- Navigate to the project directory:
cd project
- Install dependencies:
npm install
After installing project dependencies, start the project using the following command:
npm run dev
data/: db.json
src/: Source code of the project
pages/: Page components
layouts/: Page layouts
components/: General components
images/: Image files
public/: Public files (favicon, index.html)
-React
-React Router
-Bootstrap
-React Bootstrap
-Vite
-Node.js must be installed to install project dependencies.
-Internet connection is required to run the project
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.