This project was bootstrapped with Create React App.
A React Web-app, which includes details of all characters, of one of the greatest इतिहास
Add character here
{
"name": "Name_of_character",
"img": "character_image_link",
"relations": [
{
"name": "Name_of_character",
"relation": "Relation with main character"
},
{
"name": "Name_of_character",
"relation": "Relation with main character"
}
],
"view": true,
"gender":"male" || "female"
}Add description about the character here
{
"name": "Name_of_character",
"description": "A Little bit about the character"
}Must append the required filter here (A MUST 'IF PRESENT')
{
"name": "Name_of_character",
"rename": "Name followed by wikipedia page of character"
}- clone the repository.
- npm init to download the node dependencies.
- create a '.env.local' file and edit as
REACT_APP_MAHABHARATH_API: localhost URL of express server
Other API keys used for connecting firestore.
- cd server
- npm start (to start server)
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation. To learn React, check out the React documentation.