Anime Explorer is my biggest fullstack app. Its base functionality let's you track anime that you are watching.
- create an account with using email and password
- add, edit and delete anime
- mark the anime as
watching
,completed
orplan to watch
- Visualization of watched titles
- customization of the app looks
- toggle dark mode
- Mongo DB
- Express
- React
- NodeJS
- Material UI
# Clone the repo
git clone https://github.com/PabloPicas0/Anime-Xplorer-App.git
# Install client dependencies
cd Anime-Xplorer-App/client
npm install
# Install server dependencies
cd Anime-Xplorer-App/server
npm install
# Start development server
cd Anime-Xplorer-App/client
npm run dev
The app should be running at: http://localhost:3000
To make app working locally you want to connect to your MangoDB or other database