Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
/ anime-tracker Public archive

This is a still work in progress project where the goal was to make my own anime tracker I have implemented my own fronted and custom backend

Notifications You must be signed in to change notification settings

Atheer2104/anime-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Anime-tracker-public

This is project is not finished but also no longer mainted and worked upon

Goal of the project

This project was intended to make me learn and explore a world I have not worked with before and that is React the project. The idea is that one should search for Animes and you can see detailed info about the anime but also you can save the anime into categories like favorites, currently watching ... and so on but it also extended further to create a custom backend that supports CRUD operations where currently only CRU is supported.

Progress sofar

Currently, the frontend is done It is built using React, Typescript, and scss. The animes are fetched using kitsu API using Axios when doing fetching. The backend works using node js with Express and here again Typescript is used. My database is MongoDB ie NoSQL database and I use mongoose as a library to make it easier to communicate. Users can register and login and I use JWT to allow the user to reach functionality that is only available when one is signed in. I have implemented sessions that are saved using Redis. Users can also save animes into the specified categories that currently exists and these are saved in the DB.

technologies/Frameworks currently used

React, Scss, Typescript, Node Js, Express js, MongoDB, Mongoose, Redis, JWT.

Examples

Start Page

start page Searching

searching Register Page

register page Detailed Anime Page

detailed anime page Favourites

favouties page

About

This is a still work in progress project where the goal was to make my own anime tracker I have implemented my own fronted and custom backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published