https://github.com/neuodev/planets
https://github.com/neuodev/planets
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neuodev/planets
- Owner: neuodev
- Created: 2021-08-13T14:55:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T21:45:59.000Z (almost 5 years ago)
- Last Synced: 2026-03-31T05:39:16.484Z (4 months ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planets
What you can expect?
- A form where user can search for plants (or any thing really)
- interact with `unsplash api` to get the photos using axios
- Using tailwindcss for styling
- Custom components and screens
- Utils ( Alerts and loader ) to use allover tha application
- Stroing sensitive inforatmaion in the env variables
# Run the project
We have two parts the server and the clinet you need to run both of them.
- clone the repo
`git clone https://github.com/AhmedIbrahim336/planets.git `
- Navigate into the project directory
`cd planets`
- Run the server
`cd server && npm start `
- Run the Clinet
`cd client && npm start`