Back to projects
Mental Calculation
Dann Dieulouard / March 11, 2024
Mental calculation's direct link
This is a single-page app built with Javascript and CSS.
Features
- Javascript functions: Generating random numbers, responses with a consistent gap, resetting data.
- Responsive Design: The website is responsive and works on all devices.
Technologies
- Javascript: A versatile, high-level JavaScript programming language used to create interactive, dynamic web content and application.
- CSS: A stylesheet language used to design and control the layout, style, and appearance of websites.
- GitHub Pages: A cloud platform for static sites and serverless functions.
Getting Started
To get started with this project, you can clone the repository and install the dependencies:
git clone
cd mental-calculation
npm install
Once the dependencies are installed, you can run the development server:
npm run dev
The development server will start at http://localhost:3000
.
Deployment
To deploy this project, you can use Vercel. You can link your GitHub repository to Vercel and deploy the project with a single click.
Conclusion
This single-page game app is a great example of how you can use Javascript functions to generate random numbers, responses with a consistent gap and resetting data.