Galactica is a space travel application built with Next.js and React. This project aims to teach students the fundamentals of React and Next.js by creating a dynamic and interactive space exploration app.
- Node.js (version 18 or higher)
- npm or yarn
- Fork the repository (Recommended)
- Clone the repository using Code > Clone
Now you should have to project on your computer.
- cd into the homework folder
- run
npm install
npm run dev
Open your browser and navigate to http://localhost:3000 to see the app in action.
Throughout the weeks you will be adding new features to this existing application. For your tasks you should be searching for the following:
- Tasks for week1:
TASK - React 1 week 1
- Tasks for week2:
TASK - React 1 week 2
- Tasks for week3:
TASK - React 1 week 3
You should be fixing ALL THE INSTANSCES of the current week.
Use the global search function in your IDE. (cmnd + shift + F
OR Control + shift + F
)